home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Shareware World
/
Info
/
For Developers
/
Mops 3.4.sea
/
Mops source
/
Toolbox classes
/
Keymap
< prev
next >
Wrap
Text File
|
1995-11-23
|
289b
|
15 lines
\ KIM
\ A simple utility for keyboard-oriented games
\ ed-boy 951013
:class KeyMap super{ object }
record
{ 16 bytes theKeys
}
:m Check: ^base call getKeys ;m \ takes a snapshot of the state of the keyboard
:m Test: 0 ^base rot call BitTst ;m \ inspects the snapshot
;class